home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 04 geoProgramming / COPEIN.SDA / README.VLIR (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  2019-04-13  |  1.7 KB  |  47 lines

  1. ReadMe.VLIR
  2. SEQ formatted GEOS file V1.0
  3. Epson FX-80
  4. UTILITY
  5. LASTER'S 
  6. ONVERTER 
  7. EDITFUN
  8. TABLES
  9. COPE Source V1.1
  10. geoCOPE V1.2
  11. COPE Editor V1.2
  12. Untitled
  13. ReadMe.VLIR
  14. D0DTDuD
  15. Information for ReadMe.VLIR
  16.   The sample VLIR program included is
  17. taken directly from the geoCOPE editor.
  18. The routines have been taken out, but the
  19. menu structure and method of loading in
  20. pages from the disk is left intact.
  21.   This sample program will give you an
  22. idea on how to code your own programs
  23. using the VLIR paging concepts unique to
  24. GEOS.
  25. Here is a general description of these files:
  26.  Script.vlir   I like to use a script file to
  27. show how the entire program is setup.
  28. This file includes all the pseudops that effect
  29. the file header, all the include files, and how
  30. the pages are setup in relationship to each
  31. other.
  32.   System:  The system file includes all of the
  33. constants, equates, routines, and macros used
  34. in this file.
  35. MC51:  MC stands for MainCode.  This is where the
  36. initialization routines are placed.
  37. UTILITY: general utility routines.
  38. TABLES:  data tables used for this file
  39. LOAD & EDITFUN:  these are dummy routines
  40. that show a DialogBox when activated.
  41. SAVE, FIND, PRINT, PAGEMOVE, and AUTOSAVE:
  42.   These are the routines that are paged in as
  43. they are needed.  The code in these
  44. routines print a DialogBox also.
  45. =================================================
  46. Bill Sharp
  47.